TooltipArrowType

 

Example

The following is an example of how to reference the TooltipArrowType object:

	// The full path is required.
	dundas.ui.TooltipArrowType.BOTTOM
	

 

Properties

 
  Name Description
  BOTTOM Tooltip has an arrow on the bottom side.
  LEFT Tooltip has an arrow on the left side.
  NONE  
  RIGHT Tooltip has an arrow on the right side.
  TOP Tooltip has an arrow on the top side.